Click or drag to resize

Contact Constructor (String, String)

Initializes a new instance of the Contact class with the specified name and address.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Contact(
	string name,
	string address
)

Parameters

name
Type: SystemString
A string contains user's name.
address
Type: SystemString
A string contains user's address. Usually it contains IP address and port number where user would like to receive requests/responses.
See Also